home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 088 / wcflsrt4.arc / WCFLESRT.DOC < prev    next >
Encoding:
Text File  |  1988-01-17  |  6.1 KB  |  134 lines

  1.  
  2. Revision 1.04
  3.  
  4. First, I would like to Personally thank Jim Harrer for writing WILDCAT!.
  5. It is, by far, the best BBS package I have seen, and I have had nothing
  6. but good response from ALL the users.  Without this fine program, I would
  7. be stuck with some dumpy BBS package, like the last one I run.  By the way,
  8. WILDCAT! is a product of Mustang Software.
  9.  
  10. This program is intended to be used on WILDCAT! registered version 1.10 and
  11. has not been tested on any other version. Your on your own if you use it
  12. otherwise. Course, on the other hand, your on your own anyway.
  13.  
  14. WCFLESRT was written using Quick Basic 4.0 to read the Wildcat! File records
  15. and generate an alphabetic listing, by file area, of all files in the system.
  16. It has been tested to 1800 + files. The upper limit should be around 4000
  17. files with 1500 files in the largest directory.  The WCFLESRT.EXE file and the
  18. SORT.DTA file (I know we haven't talked about it yet) should be in the
  19. WILDCAT! sub-directory containing the Fileinfo.dat file.  An ASCII test file
  20. called SORT.DTA should also be generated.  This file contains:
  21.  
  22.      1) The BBS Name for a heading for the top of every page.  A character  
  23.         containing the actual file area will be added to it to designate the
  24.         file area. NOTE: As of Revision 1.02, start BBS name in Column 1. It
  25.         will automatically be centered.
  26.      2) The file Areas and locations you want to include in the List as well
  27.         as FILE AREA DESCRIPTIONS. NOTE: The descriptions were added in 1.02
  28.         as well. 
  29.  
  30. Example:
  31. KENMORE CLONE CONNECTION
  32. A D:\BBS\BASIC Basic Programs
  33. B D:\BBS\COMM Communications and BBS Stuff
  34. C D:\BBS\LIBRARY Library and ARC Files
  35.  
  36. ONLY the file areas in this list will be sorted and printed so if you want
  37. to keep some areas private, you can, and if you want to generate a list for
  38. different areas, you can.  Leave ONE or more spaces between the file area
  39. and the download path. Now, on to the real GOOD stuff that was added.
  40.  
  41. WCFLESRT.EXE is designed to be run either from a BAT file or directly.  In
  42. order to implement the new features, you will need to add arguments to the
  43. command line.
  44.  
  45. First, let me explain the arguments, then how to use them.
  46.  
  47. "NH"       Eliminates all Headings from the files listing page
  48. "UH"    Prints the Uploaders Name instead of the number of Downloads
  49. "NA"     Does NOT sort by File Area, but does an Alphabetic Sort of All Areas
  50. "FC"    Sorts thru all the designated directories, and produces a file called
  51.         CHCKFILE.TXT which lists ALL Files in listing NOT in the actual 
  52.         Directory, and files in the Directory NOT in the Listing.  Thus, you
  53.         can find Orphan files in the directory, and files that you don't have.
  54. "DES"   Puts the Description in the SORT.DTA file in the heading of each
  55.         page.  Note, that if "NH" is invoked, NO Description will be printed.
  56. "An"    Allows generation of a file named "n" instead of the default
  57.         ALLFILES.TXT.  The filename "n" can contain a drive/path as well as
  58.         the filename.
  59. "BU"    Generates backup files for every file area in your SORT.DTA file. 
  60.         A backup file is a file named "FILEa.BBS" where "a" is the file area. 
  61.         These files can be used by WILDCAT's CONVERT to reinstall files should
  62.         the WILDCAT FILEINFO.DAT file become corrupt.
  63. "NO"    Does NOT generate a ALLFILES.TXT FILE.  You can use this option
  64.         should you want to do a Back-Up, or a File Check, without generating
  65.         the long list of all files.  Note, that NH,UH,NA,An, and DES will be
  66.         ignored if you use this option, as no output will be generated.
  67.  
  68. So, to generate a file named MYFILES.BBS, with normal headings and No 
  69. description area, No backup and no Filechecks, enter:
  70.     WCFLESRT aMYFILES.BBS
  71.  
  72. To get the same named file with a check for Orphan files and Descriptions
  73. for each file area enter:
  74.     WCFLESRT aMYFILES.BBS FC DES
  75.  
  76. To get the Default filename, Generate Backup files, and printout not in order
  77. by Areas enter:
  78.     WCFLESRT BU NA
  79.  
  80. To check for Orphan files, and nothing else, enter:
  81.         WCFLESRT NO FC
  82.  
  83. I think you should get the point.  Seperate all Arguments by a space or more
  84. and put a space between the WCFLESRT and the first Argument.  Letters can be
  85. in Upper Case or Lower.
  86.  
  87. One last note.  The program READS the Fileinfo.dat file, and it makes absolute-
  88. ly no changes in it.  It is a read only setup so no harm should come to your
  89. system by running this.
  90.  
  91. Rather than go on, about Copyrights and such, I will just quickly state here,
  92. that WCFLESRT is copyrighted by Denver Corrick, and If you think it is of
  93. any value, and you would like to see additional WC utilities, A donation would
  94. be appreciated.  I will NOT tell you how much to send though, as only you
  95. know the value of this program to you.  
  96.  
  97. Please send any contributions to
  98.  
  99.  
  100.                          Denver D. Corrick
  101.              578 Kenmore Blvd.
  102.               Akron, Ohio   44314
  103.  
  104. You can report any bugs to
  105.  
  106.              Kenmore Clone Connection
  107.              (216) 745-9355 Data Only.
  108. Enjoy!
  109.    
  110. Revision 1.04 01/17/87
  111.   1)  Fixed silly bug that put descriptions and filenames out of sequence.
  112. Revision 1.03 01/15/88
  113.   1) Added the No Output Option.
  114.   2) Eliminated the generation of a Temp file so program would execute
  115.      faster than before. 
  116.   3) fixed bug that ignored files that started with a character other than
  117.      an alpha character. (I think)
  118.  
  119. Revision 1.02 01/05/88
  120.   1) Added No Heading Capability
  121.   2) Added Back-up Generation Capability
  122.   3) Added option to Allow sort by Alphabetic only and not by Areas
  123.   4) Added option to list descriptions in listings
  124.   5) Added option to check for Orphan files in both Listings and Directory
  125.   6) Added option to Change filename of generated file
  126.   7) Added option to print Uploaders Name instead of Number of Downloads.
  127.  
  128. Revision 1.01 12/21/87
  129.   Fixed bug that made output look good on screen, but BAD on paper.  Removed
  130. the Nulls that Turbo put in the Filename, and filled with Spaces. (In case 
  131. you are wondering how it look good on screen but not on paper).  Also added
  132. date to heading on each page.
  133.  
  134.